@charset "utf-8";


/*初始化*/

* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



html {
    font-size: calc(100vw/19.2);
}


html,

body {
    width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



body {
    font-family: 'Microsoft YaHei ','PingFang SC','Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'Arial', 'sans-serif', \5b8b\4f53, "BEBAS";
    font-size: 16px;
    line-height: 1.5;
    color: #222;
    background: #fff;
}



input, button 
    {
    -webkit-appearance: none;
    border-radius: 0;
}


a{ color:#222;}
a, a:hover, a:focus 
    {
    text-decoration: none;
}


textarea {
    resize: none;
    overflow: auto;
}



input, button, textarea,select 
    {
    border: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: transparent;
}



img {
    border: 0;
    vertical-align: top;
}



li {
    list-style: none;
}


div,

ul,

ol,

li,

p,

h1,

h2,

h3,

h4,

h5,

h6 {
    margin: 0;
}



/* placeholder修改 */

input::-webkit-input-placeholder,

textarea::-webkit-input-placeholder {

    /* WebKit, Blink, Edge */

    color: #fff !important;

}



input:-moz-placeholder,

textarea:-moz-placeholder {

    /* Mozilla Firefox 4 to 18 */

    color: #fff !important;

    opacity: 1;

}



input::-moz-placeholder,

textarea::-moz-placeholder {

    /* Mozilla Firefox 19+ */

    color: #fff !important;

    opacity: 1;

}



input::-ms-input-placeholder,

textarea::-ms-input-placeholder {

    /* Internet Explorer 10-11 */

    color: #fff !important;

}


select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


select::-ms-expand {
    display: none;
}


@font-face {
    font-weight: normal;
    font-style: normal;
}



/*公共样式*/

.fl{ float:left;}
.fr{ float:right;} 

.widthwarp{ width:84.3%; margin:0px auto; }

.fwhite{ color:#fff !important;}

.c-clear {
    zoom: 1;
}


.c-clear:after {
    content: '';
    display: block;
    clear: both;
}



.c-fl {
    float: left;
}



.c-fr {
    float: right;
}


.c-container2 {
    position: relative;
    margin: 0 auto;
    width: 72.91666666666667%;
}


body.c-open {
    position: fixed;
    left: 0;
    width: 100%;
}



/* 占位标签，设置导航样式 */

#c-placeholder {
    height: 80px;
}

.h40{ height:40px; width:100%;}
.h80{ height:80px; width:100%;}
.h120{ height:120px; width:100%;}
.pb80{ padding-bottom:80px;}


/*顶部*/

#c-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    line-height: 90px;
    text-align: center;
    color: #666;
    transition: all 0.5s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    background: #fff;
}



#c-header a {
    color: #666;
    transition: all 0.5s;
}



#c-header.c-head-move {
    top: -100px;
}



#c-header .c-container2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



#c-header .c-right-box {
    display: flex;
    align-items: center;
}



/*顶部logo*/


#c-header .c-logo {
    display: flex;
    align-items: center;
}


#c-header .c-logo .c-img-box {
    display: flex;
    align-items: center;
}



#c-header .c-logo img {
    height: 44px;
}




/*顶部pc导航*/


#c-header .c-nav {
    display: flex;
    align-items: center;
	font-weight:600;
}


#c-header .c-nav>li {
    margin: 0 25px;
}


#c-header .c-nav li a {
    position: relative;
    z-index: 2;
    display: block;
    padding: 0 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


#c-header .c-nav>li>a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 3px;
    background: #0066c5;
    transition: .5s;
}


#c-header .c-nav li a i {
    margin-left: 8px;
    font-size: 20px;
}


#c-header .c-nav ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    border-top: 1px solid #eee;
    background: #f7f7f7;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}


#c-header .c-nav ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
    padding: 30px 0;
}


#c-header .c-nav ul li:last-child {
    border: 0;
    margin-right: 0;
}



#c-header .c-nav ul a {
    color: #666;
    text-align: center;
    line-height: 26px;
}


#c-header .c-nav ul a img {
    height: 38px;
}


#c-header .c-nav ul a img:nth-child(2),
#c-header .c-nav ul li:hover a img:nth-child(1) {
    display: none;
}



#c-header .c-nav ul li:hover a img:nth-child(2) {
    display: inline-block;
}



#c-header .c-nav ul li .c-title {
    padding-top: 10px;
}



#c-header .c-nav li:hover>a,
#c-header .c-nav li.active>a {
    font-weight: bold;
    color: #0066c5;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}



#c-header .c-nav li.active>a::before,

#c-header .c-nav>li:hover>a::before {

    width: 100%;

}


/*搜索下拉*/
#c-header .lanchange a{ 
     float:right; 
	 width:100px; 
	 height:90px; 
	 display:inline-block;
	 background-color:#0066c5;
	 color:#fff;
	 margin-left:50px;
	 padding-top:35px;
	 text-align:center;
	 transition: all .2s linear;

}


#c-header .lanchange a:hover{ 
	background-color:#005aae; 
	transition: all .2s linear;
}



/*顶部移动端导航*/


#c-header .c-nav2 {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 0;
    font-size: 16px;
    line-height: 66px;
    background: #fff;
    overflow-y: auto;
    transition: all 0.5s;
}


.c-open #c-header .c-nav2 {
    height: calc(100vh - 60px);
    height: -webkit-calc(100vh - 60px);
}


#c-header .c-nav2 a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 20px;
    border-top: 1px solid #f1f1f1;
    color: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	font-weight:600;
}




#c-header .c-nav2 li:hover>a,

#c-header .c-nav2 li.active>a {
    color: #0066c5
}


#c-header .c-nav2 li a i {
    font-size: 20px;
}



#c-header .c-nav2 li ul {
    display: none;
}


#c-header .c-nav2 li ul a {
    padding-left: 15px;
}



#c-header .c-nav2 li li li a {
    padding-left: 30px;
}





/*顶部导航开关*/

#c-header .c-switch {
    display: none;
    width: 24px;
    height: 20px;
    cursor: pointer;
}



#c-header .c-switch i {
    position: relative;
    display: block;
    height: 2px;
    background: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}



#c-header .c-switch i:nth-child(1) {
    top: 0;
}


#c-header .c-switch i:nth-child(3) {
    bottom: 0;
}


#c-header .c-switch i:nth-child(2) {
    margin: 6px 0;
}



body.c-open #c-header .c-switch i:nth-child(2) {
    opacity: 0;
}



body.c-open #c-header .c-switch i:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



body.c-open #c-header .c-switch i:nth-child(3) {
    bottom: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}





/*首页轮播图*/


.c-banner1 {
    margin-top: 100px;
}



.c-banner1 .swiper-slide {
    position: relative;
    overflow: hidden;
}



.c-banner1 .swiper-slide img {
    width: 100%;
}



.c-banner1 .swiper-button-next,

.c-banner1 .swiper-button-prev {
    margin-top: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: .5s;
}



.c-banner1 .swiper-button-next {
    right: 50px;
    background: url(../images/next.png)no-repeat right 17px center / 9px auto;
}



.c-banner1 .swiper-button-prev {
    left: 50px;
    background: url(../images/prev.png)no-repeat left 17px center / 9px auto;
}


.c-banner1 .swiper-button-next:hover,

.c-banner1 .swiper-button-prev:hover {
    border-color: #ffbf00;
    background-color: #ffbf00;
}


.c-banner1 .swiper-pagination {
    bottom: 60px;
	color:#fff;
	font-size:20px;
}


.c-banner1 .swiper-pagination-bullet {
    opacity: 1;
    width: 60px;
    height: 6px;
    border-radius: 0;
    background: rgba(0, 0, 0, .5);
}


.c-banner1 .swiper-pagination-bullet-active {
    background: #0066c5;
}


/* 鼠标放上去图片放大效果*/

.imgbox{ position:relative; background:#fff;overflow:hidden; }
.imgbox img{ transition: all 0.46s ease 0s; cursor:pointer;}


/*sliderbar*/
.sliderbar{position:fixed;right:5px;top:50%;margin-top:-100px;z-index:100; background-color:#fff; border-radius:30px; box-shadow: 0 0 12px rgba(0,0,0,0.1);}
.sliderbar-menu{position:relative; width:60px; height:60px; padding-top:6px;}
.sliderbar-btn{ width:48px; height:48px;text-align:center;display:block;position:relative; margin-bottom:1px; position:relative; margin-left:6px;}
.sliderbar-btn:after{ content: "";  display: block;  position: absolute; width:20px; height:1px; left:14px; top:-6px; background-color:#d5d6d7;}

.sliderbar-box{ position:absolute;top:-15px;right:68px;padding-right:10px; display:none;}
.sliderbar-box .box-border{padding:17px 20px; background-color:#fff;-webkit-box-shadow: 0 0px 20px rgba(0,0,168,.1);-moz-box-shadow: 0 0px 20px rgba(0,0,168,.1);box-shadow: 0 0px 20px rgba(0,0,168,.1);position:relative; border-radius:8px; width:240px; font-size:14px; color:#666;}
.sliderbar-box .box-border h5{ font-size:16px; color:#222; padding-bottom:5px;}
.sliderbar-box .box-border .arrow-right{display:block;width:13px;height:16px;background:url(../images/arrow.png) no-repeat;position:absolute;right:-12px;top:26px;}

.menu-sev .sliderbar-box .box-border{width:200px;}
.sliderbar-menu:hover .sliderbar-box{display:block}


/*sliderbar icon*/
.menu-ser .sliderbar-btn{ background:url(../images/sliderbaricon.png) -6px -6px no-repeat; }
.menu-ser .sliderbar-btn:hover{ background:url(../images/sliderbariconh.png) -6px -6px no-repeat; background-color:#0066c5;}
.menu-ser .sliderbar-btn:after{ display:none;}
.menu-tel .sliderbar-btn{background:url(../images/sliderbaricon.png) -6px -66px no-repeat;}
.menu-tel .sliderbar-btn:hover{background:url(../images/sliderbariconh.png) -6px -66px no-repeat; background-color:#0066c5;}
.menu-tel .tel{font-family:bwmodelicaRegular; color:#0066c5; font-size:18px;}
.menu-mess .sliderbar-btn{ background:url(../images/sliderbaricon.png) -6px -126px no-repeat;}
.menu-mess .sliderbar-btn:hover{ background:url(../images/sliderbariconh.png) -6px -126px no-repeat; background-color:#0066c5;}
.sliderbar-box{ top:0px;}
.menu-top .sliderbar-btn{ background:url(../images/sliderbaricon.png) -6px -186px no-repeat;}
.menu-top .sliderbar-btn:hover{ background:url(../images/sliderbariconh.png) -6px -186px no-repeat; background-color:#0066c5;}
.sliderbar-btn:hover{ background-color:#0066c5; border-radius:30px;}


/* pages */
.pages{ padding-top:50px; text-align:center;}
.pages .all,.pages .pageindex,.pages a{ display:inline-block; padding:0px 15px; line-height:38px; border:#e9e9e9 1px solid; margin-right:5px; color:#666; background-color:#fff;}
.pages .current{ background-color:#0066c5; color:#FFF; display:inline-block; padding:0px 15px; line-height:38px; border:#e9e9e9 1px solid; margin-right:5px;}
.pages .all{ color:#999;}
.pages a,.pages span{ margin-bottom:20px;}


/* 通用蓝色按钮 */

.commmbluebut { background:url(../images/arr.png) 126px center no-repeat; background-color:#0066c5; display:inline-block; height:60px; width:180px; line-height:60px; color:#fff; padding-left:45px; transition: 0.3s all; font-size:16px; text-align:left;}
.commmbluebut:hover{ transition: 0.3s all; background:url(../images/arr.png) 132px center no-repeat; background-color:#005aae; }


.tlcenter{ text-align:center;}
.pdt30{ margin-top:30px;}

.overlinetwo{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;    
  
  }
  
.overlineone{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;    
  
  }
  

.graybj{ background-color:#f8f8f8;}



/* 鼠标滑过图片变大 */

.imgbox img{ 
	width:100%; 
	transition: 0.4s all;
}

.imgbox{ 
	transition: 0.4s all; 
	text-align: center;
	vertical-align: middle;
	align-items: center;
	overflow: hidden;
}

.imgbox:hover{ 
	box-shadow: 0 20px 40px 0 rgba(0,0,0,.05);
	transition: 0.4s all;
}

.imgbox:hover img{
	transform: scale(1.05); 
	transition: 0.4s all;
}

.floatl{ float:left;}
.floatr{ float:right;}
